home *** CD-ROM | disk | FTP | other *** search
/ Workbench Designer 2 / Workbench Designer 2.iso / workbench-tools / newappicon / newappicon.cfg < prev    next >
Encoding:
Text File  |  1997-07-06  |  1.6 KB  |  51 lines

  1.  
  2. ; $VER: NewAppIcon.cfg 1.0 (7.7.97)
  3.  
  4.  
  5. ; NewAppIcon 1.0 - Configuration file
  6. ;
  7. ; This file configures which AppIcons' images should be replaced by
  8. ; other icons' images. It will be searched through from top to bottom,
  9. ; so if an AppIcon matches more than one entry, the first matching
  10. ; entry will be used.
  11. ;
  12. ; All entries in this file must match the following template:
  13. ;
  14. ;   TITLE/A,TASK/A,ICON/K,ORIGINAL/S
  15. ;
  16. ;
  17. ; TITLE    - DOS pattern for the AppIcon's name to match.
  18. ;
  19. ; TASK     - DOS pattern for the AppIcon's task name to match.
  20. ;
  21. ; ICON     - Path of the new icon to use as AppIcon image (".info"
  22. ;            extension not required).
  23. ;            Must not be used together with ORIGINAL.
  24. ;
  25. ; ORIGINAL - Use the original AppIcon image (ie. don't do anything to
  26. ;            this AppIcon).
  27. ;            Must not be used together with ICON.
  28. ;
  29. ;
  30. ; Notes: - You must either specify ICON *or* ORIGINAL (not both).
  31. ;        - Both TITLE *and* TASK must be matched to change an AppIcon
  32. ;          (eg. if you don't need TASK, specify "#?" there)!
  33. ;        - Empty lines and lines starting with ";" in this file
  34. ;          are ignored.
  35. ;        - This file will only be scanned on startup, so if you modify
  36. ;          it, you will have to quit and start NewAppIcon again.
  37.  
  38.  
  39. ; *************************  DEMO CONFIGURATION  *************************
  40.  
  41. ; these programs may use their original AppIcon images
  42. "(KingCON|Opus 5|GIF Toolkit)" #? ORIGINAL
  43. #? "ToolManager Handler" ORIGINAL
  44.  
  45. ; new AppIcon image for Hexagons
  46. Hexagons #? ICON=DH1:Games/Hexagons/Hexagons.info
  47.  
  48. ; new standard AppIcon image for all others
  49. #? #? ICON=ENV:sys/def_Tool.info
  50.  
  51.